home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / miscobj / crane.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  424 b   |  25 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 0.52            // Set default scale to 16/30.5 since world is in 16 units per foot and model is in cm's
  5.     //scale 1.33            // Convert from inches to game units
  6.     path models/miscobj/crane
  7.     skelmodel crane.skd
  8.     surface all shader static_crane
  9. }
  10.  
  11. init
  12. {
  13.     server
  14.     {
  15.         classname object
  16.     }
  17. }
  18.  
  19. animations
  20. {
  21.     idle     crane.skc
  22. }
  23.  
  24. /*QUAKED static_equipment_crane (0.0 0.75 0.5) (-8 -8 -8) (8 8 8)
  25. */